home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1996 March
/
MacWorld 03:96.toast
/
Utilities
/
Control Panels
/
ResEdit 2.1.3
/
Examples
/
Libraries
/
LDEF.a
next >
Wrap
Text File
|
1994-07-15
|
436b
|
24 lines
; COPYRIGHT (C) 1984-1990 Apple Computer,Inc.
; All rights reserved
;LDEF.a
BLANKS ON
STRING ASIS
StdLDEF MAIN EXPORT
IMPORT DrawCell
BRA.S @0 ; enter here
DC.W 0 ; flags word
DC.B 'LDEF' ; type
DC.W 0 ; ID
DC.W 0 ; version
@0
JMP DrawCell
END